#include <deApi_Private.hpp>
Inheritance diagram for deApiOutputWindow:


Public Member Functions | |
| deApiOutputWindow () | |
| ~deApiOutputWindow () | |
| deApiTypes::StatusCode | CreateOutputWindow (int x, int y, int width, int height, const char *title, bool bSizeable=true, bool bCaption=true) |
| void | DestroyOutputWindow () |
| HWND | GetWindowHandle () |
| void | AddLogText (const deString &text) |
| void | Hide (bool bHide) |
| deString | GetLogText () |
Public Attributes | |
| DECLARE_RTI | |
Private Attributes | |
| HWND | m_hWindow |
| deString | m_sText |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from deApiObject. |
|
|
|
|
|
|
1.3-rc3